Completed
Push — master ( 58f6d8...6ebb3a )
by Johan
11s
created

merge.js ➔ merge   B

Complexity

Conditions 6
Paths 9

Size

Total Lines 15

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 6
c 0
b 0
f 0
nc 9
nop 2
dl 0
loc 15
rs 8.8571
1
export default (old, replaceObj) => ({ ...old, ...replaceObj });
2